projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72781fe
)
* gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around
author
Jan Djärv
<jan.h.d@swipnet.se>
Thu, 10 Jan 2013 17:45:08 +0000
(18:45 +0100)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Thu, 10 Jan 2013 17:45:08 +0000
(18:45 +0100)
x_last_font_name.
Fixes: debbugs:13403
src/ChangeLog
patch
|
blob
|
history
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 55a233adcd7e18fb58626ee8dc0c66be287a2718..dd22c5388b08630b28d89e44a6105b6af68cedfc 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,8
@@
+2013-01-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> (tiny change)
+
+ * gtkutil.c (xg_initialize): Add ifdef HAVE_FREETYPE around
+ x_last_font_name (Bug#13403).
+
2013-01-10 Dmitry Antipov <dmantipov@yandex.ru>
Omit buffer_slot_type_mismatch and use generic predicates to enforce
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index 95ac04b8ff0646f8d11345f83904f9d57a5f1046..6daf189f74cfa342f34c744b6813b594c457521e 100644
(file)
--- a/
src/gtkutil.c
+++ b/
src/gtkutil.c
@@
-5041,7
+5041,9
@@
xg_initialize (void)
"cancel", 0);
update_theme_scrollbar_width ();
+#ifdef HAVE_FREETYPE
x_last_font_name = NULL;
+#endif
}
#endif /* USE_GTK */